home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / libnixV1_0.lha / gnu / libnix.specs < prev    next >
Text File  |  1995-07-13  |  1KB  |  40 lines

  1. *asm:
  2. %{m68020:-mc68020}%{mc68020:-mc68020}%{!mc68020:%{!m68020:-mc68010}} %{msmall-code:-l} 
  3.  
  4. *asm_final:
  5.  
  6.  
  7. *cpp:
  8. %{m68881:-D__HAVE_68881__ }%{!ansi:%{m68020:-Dmc68020}%{mc68020:-Dmc68020}%{!mc68020:%{!m68020:-Dmc68010}}} 
  9.  
  10. *cc1:
  11. %{resident:-fbaserel} 
  12.  
  13. *cc1plus:
  14. %{resident:-fbaserel} 
  15.  
  16. *endfile:
  17. %{noixemul:-lstubs} 
  18.  
  19. *link:
  20. %{noixemul:-shortdata} %{g:-amiga-debug-hunk} %{fbaserel:-databss-together} %{resident:-databss-together -datadata-reloc} 
  21.  
  22. *lib:
  23. %{!noixemul:%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}}%{noixemul:-lnixmain -lamiga -lnix} 
  24.  
  25. *startfile:
  26. %{resident:%{!fbaserel:-L gcc:blib }}%{fbaserel:-L gcc:blib }%{!noixemul:%{resident:rcrt0.o%s}%{!resident:%{!fbaserel:%{pg:gcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}%{fbaserel:%{pg:bgcrt0.o%s}%{!pg:%{p:bmcrt0.o%s}%{!p:bcrt0.o%s}}}}}%{noixemul:%{resident:nrcrt0.o%s}%{!resident:%{fbaserel:nbcrt0.o%s}}%{!resident:%{!fbaserel:ncrt0.o%s}}}
  27.  
  28. *switches_need_spaces:
  29.  
  30.  
  31. *signed_char:
  32. %{funsigned-char:-D__CHAR_UNSIGNED__} 
  33.  
  34. *predefines:
  35. -Dmc68000 -Damiga -Damigados -DMCH_AMIGA -DAMIGA 
  36.  
  37. *cross_compile:
  38. 0
  39.  
  40.